home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / diskedit / dskstats.frm < prev    next >
Encoding:
Text File  |  1998-05-30  |  5.3 KB  |  111 lines

  1. DE v3.0     James R. Webster
  2.             113 Riverview Drive
  3.             Lafollette, TN  37766
  4.             EMAIL: jwebste3@bellsouth.net
  5.             Home phone: (423) 566-6771
  6.             Work phone: (423) 426-2141 [Ext 320]  7am-5:30pm EST
  7.             
  8.  
  9.      NOTE: If DE is having trouble reading a particular drive in your
  10. system, I would be most greatful if you would do a few things for me!
  11. 1.) Make a print-out of this file.
  12. 2.) Use a REAL program to help fill in as many blanks of this form as
  13.     possible.
  14. 3.) If possible, send me a copy of the disks boot sector (sector 0).
  15.     This can be a printed copy or a binary copy on a floppy disk.
  16. 4.) And mail them to me.
  17. Just before I started recoding DE to handle large drives and files, I had
  18. a 5.3 Gigabyte hard drive installed in my system. Is partitioned into
  19. (2) 2 Gigabyte drives and (1) 1 Gigabyte drive. Drive manufacturers use
  20. some crazy schemes in order to get DOS to recognize these large drives.
  21. Had to create a SAFE_DIVIDE routine to handle some of the calcs that you
  22. see with <Shift-F6> DskStat. Was getting "Divide Overflow" messages from
  23. DOS and program crashes. It could be that I've overlooked another place
  24. in the code that needs SAFE_DIVIDE or the like. Thanks!
  25.  
  26.  
  27. Bytes per sector...................
  28.                                    ----------------------------------------
  29. Total number of sectors............
  30.                                    ----------------------------------------
  31. Sectors per cluster................
  32.                                    ----------------------------------------
  33. Cluster numbering..................
  34.                                    ----------------------------------------
  35. Sectors per track..................
  36.                                    ----------------------------------------
  37. Total number of tracks.............
  38.                                    ----------------------------------------
  39. Reserved sectors starting at 0.....
  40.                                    ----------------------------------------
  41. Total hidden sectors...............
  42.                                    ----------------------------------------
  43. Total number of FAT's..............
  44.                                    ----------------------------------------
  45. Sectors per FAT....................
  46.                                    ----------------------------------------
  47. Type of FAT........................     -bit
  48.                                    ----------------------------------------
  49. No. of root dir entries allowed....
  50.                                    ----------------------------------------
  51. Sectors taken by root directory....
  52.                                    ----------------------------------------
  53. Root directory entries @ sector....
  54.                                    ----------------------------------------
  55.  
  56. Number of read/write heads.........
  57.                                    ----------------------------------------
  58. Number of cylinders................
  59.                                    ----------------------------------------
  60. Boot disk area begins at sector....
  61.                                    ----------------------------------------
  62. FAT #1 begins at sector............
  63.                                    ----------------------------------------
  64. FAT #2 begins at sector............
  65.                                    ----------------------------------------
  66. Root directory begins at sector....
  67.                                    ----------------------------------------
  68. Data (Cluster #2) begins @ sector..
  69.                                    ----------------------------------------
  70. Total data storage capacity........
  71.                                    ----------------------------------------
  72. Media Descriptor Byte..............
  73.                                    ----------------------------------------
  74. OEM Signature......................
  75.                                    ----------------------------------------
  76. Volume Signature...................
  77.                                    ----------------------------------------
  78. Volume Serial Number...............
  79.                                    ----------------------------------------
  80.  
  81.  
  82. Comments: __________________________________________________________________
  83.  
  84.           __________________________________________________________________
  85.  
  86.           __________________________________________________________________
  87.  
  88.           __________________________________________________________________
  89.  
  90.           __________________________________________________________________
  91.  
  92.           __________________________________________________________________
  93.  
  94.           __________________________________________________________________
  95.  
  96.           __________________________________________________________________
  97.  
  98.           __________________________________________________________________
  99.  
  100.           __________________________________________________________________
  101.  
  102.           __________________________________________________________________
  103.  
  104.           __________________________________________________________________
  105.  
  106.           __________________________________________________________________
  107.  
  108.           __________________________________________________________________
  109.  
  110.           __________________________________________________________________
  111.